sign-ed25519: Convert some functions to new style
authorColin Walters <walters@verbum.org>
Wed, 29 Jan 2020 14:17:19 +0000 (14:17 +0000)
committerDenis Pynkin <denis.pynkin@collabora.com>
Wed, 25 Mar 2020 12:23:55 +0000 (15:23 +0300)
commit2a0edccbd346fccb3f40102d4c7bfa3f22a14feb
tree28b9ab491fcd580c74491386b70bfa25a82a8085
parentfbc5927d7ef4ab552efe94abc4e0e69a113ba0e7
sign-ed25519: Convert some functions to new style

The "new style" code generally avoids `goto err` because it conflicts
with `__attribute__((cleanup))`.  This fixes a compiler warning.
src/libostree/ostree-sign-ed25519.c